-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update ns-Microsoft.VisualC.StlClr.Generic.xml #3290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added missing word to the end of the first sentence.
Trying to fix trailing CR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @ReQ6W7rFnaBxyfb, for contributing to the dotnet/dotnet-api-docs repo and restoring the missing text. I've suggested a change to fully restore the lost text.
@@ -1,6 +1,6 @@ | |||
<Namespace Name="Microsoft.VisualC.StlClr.Generic"> | |||
<Docs> | |||
<summary>Contains the classes, interfaces, and iterators that are used to implement the generic interface to the . By using this generic interface, other .NET languages, such as C# and Visual Basic, can call code that is written using STL/CLR.</summary> | |||
<summary>Contains the classes, interfaces, and iterators that are used to implement the generic interface to the STL/CLR. By using this generic interface, other .NET languages, such as C# and Visual Basic, can call code that is written using STL/CLR.</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<summary>Contains the classes, interfaces, and iterators that are used to implement the generic interface to the STL/CLR. By using this generic interface, other .NET languages, such as C# and Visual Basic, can call code that is written using STL/CLR.</summary> | |
<summary>Contains the classes, interfaces, and iterators that are used to implement the generic interface to the STL/CLR Library. By using this generic interface, other .NET languages, such as C# and Visual Basic, can call code that is written using STL/CLR.</summary> |
Here is a previous version of the description (from https://docs.microsoft.com/en-us/previous-versions/gg145040(v%3dvs.110):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've addressed your feedback @rpetrusha on behalf of @ReQ6W7rFnaBxyfb and also restored the link that once existed as well:
https://msdn.microsoft.com/en-us/library/microsoft.visualc.stlclr.generic(v=vs.100)?toc=xxx
Added missing word to the end of the first sentence.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)